Lazy(T) Properties

Task Parallel System.Threading

The Lazy<(Of <(T>)>) type exposes the following members.

Properties

  NameDescription
IsValueCreated
Gets a value indicating whether the Lazy<(Of <(T>)>) has been initialized.
Value

See Also